home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / csim / source.lha / source / C++SIM / Installation < prev    next >
Text File  |  1993-06-14  |  419b  |  14 lines

  1. /*
  2.  * Copyright (C) 1993
  3.  *
  4.  * Department of Computing Science,
  5.  * The University,
  6.  * Newcastle upon Tyne,
  7.  * UK.
  8.  */
  9.  
  10. To create the thread library libThreads.a simply type make. If you do not
  11. possess Sun's lwp package then you will have to create a new class along the
  12. same lines as the lwp_thread class and link it into the library. Such a class
  13. has been provided for the GNU threads package, which is also included.
  14.